-
Notifications
You must be signed in to change notification settings - Fork 12k
Upgrade test blueprints to beta #119
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
@@ -18,8 +17,8 @@ describe('<%= classifiedModuleName %> Component', () => { | |||
beforeEachProviders(() => []); | |||
|
|||
|
|||
it('should ...', injectAsync([TestComponentBuilder], (tcb:TestComponentBuilder) => { | |||
return tcb.createAsync(<%= classifiedModuleName %>).then((fixture) => { | |||
it('should ...', inject([TestComponentBuilder], (tcb:TestComponentBuilder) => { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I am not completely sure about this. Seems like the update to remove this would give false passing tests.
@cironunes is this PR up to date? |
…ort useful parts of testing lib
ab54306
to
4bfad58
Compare
@filipesilva just rebased. Can you merge it in? |
I want to summon @pkozlowski-opensource or @juliemr because we tried to change |
I can't speak much for the |
More reference here ng-bootstrap/ng-bootstrap#135 |
thanks for letting us know @Foxandxss. I'll close this for now, we can revisit this in the future. |
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
No description provided.